home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Creation with P…al Science (2nd Edition)
/
Exploring Creation with Physical Science (2nd Edition).iso
/
exe
/
bin
/
mplayerc.exe
/
FILE
/
713
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-12-18
|
200 b
|
10 lines
sampler s0 : register(s0);
#define Const_1 (16.0/255.0)
#define Const_2 (255.0/219.0)
float4 main(float2 tex : TEXCOORD0) : COLOR
{
return( ( tex2D( s0, tex ) - Const_1 ) * Const_2 );
}